revdb_closecursor
Type
function
Summary
Executes the revCloseCursor command.
Syntax
revdb_closecursor(<recordSetID>)
Description
Use the revdb_closecursor function to clean up after using a record set.
Evaluating the revdb_closecursor function has the same effect as executing the revCloseCursor command. The only difference is that one is a function call and the other is a command.
The revdb_closecursor function is part of the Database library. To ensure that the function works in a standalone application, you must include this custom library when you create your standalone. In the Inclusions pane of the Standalone Application Settings window, make sure both the "Database" library checkbox and those of the database drivers you are using are checked.
Parameters
Name | Type | Description |
---|---|---|
recordSetID | The number returned by the revQueryDatabase function when the record set was created. |
Examples
revdb_closeCursor(3)
revdb_closeCursor(finalResults)
Related
library: Database library
command: revCloseCursor
control structure: function
glossary: function call, Standalone Application Settings, command, standalone application, execute, record set, LiveCode custom library
Compatibility and Support
Introduced
LiveCode 1.1
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile